home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / irit / rend386 / readme.sun < prev    next >
Encoding:
Text File  |  1992-12-06  |  1.7 KB  |  44 lines

  1. This directory contains Release 4 of Dave Stampe and Bernie Roehl's fast 3D
  2. screen rendering package, REND386.
  3.  
  4. The package runs only on 386 or 486 based systems (it WILL NOT WORK on 286s
  5. and below!) with VGA displays.
  6.  
  7. If you're only interested in the demo, just get demo4.zip; if you're going to
  8. be doing software development with the package, get devel4.zip as well
  9. (you need demo4.zip in either case).
  10.  
  11. For development work, you'll need to have Turbo C++ 1.00 or above,
  12. or Borland C.  For some modules you'll also need TASM.
  13.  
  14. If you want to start writing drivers for other video modes and pointer devices,
  15. get the drkit.zip file as well.
  16.  
  17. The applications directory contains programs written using the REND386
  18. library.
  19.  
  20. The converters directory contains several different types of conversion
  21. programs that deal with .PLG files.
  22.  
  23. The floatsrc directory contains source code for a much older, all-C floating-
  24. point version of the code.  You should probably download and read the
  25. read.me file in that directory before bothering to retrieve anything else from
  26. there.
  27.  
  28. The irit directory contains a fairly recent version of Gershon Elber's
  29. IRIT solid modelling environment.  There's a converter to take the output
  30. of that package and convert it to .PLG format for use with the rend386 demo.
  31.  
  32. The plgfiles directory contains objects that people have built.
  33.  
  34. The polyblit directory contains the source code for an older version of Dave
  35. Stampe's polygon blitter routines as used in REND386.
  36.  
  37. The utils directory contains utilities that people have written to work
  38. with REND386.
  39.  
  40. For more information about rend386, send mail to broehl@sunee.uwaterloo.ca
  41. or dstampe@sunee.uwaterloo.ca (there's also a mailing list... send mail to
  42. rend386-request@sunee.uwaterloo.ca to be added to it).
  43.  
  44.